home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Extra 10 / Erect Magazine Extra 10 - Disc 1.iso / mac / P_Bro.DIR / 00051.ls < prev    next >
Encoding:
Text File  |  1996-12-07  |  298 b   |  11 lines

  1. on mouseDown
  2.   set the visible of sprite (the clickOn + 5) to 1
  3.   updateStage()
  4.   set tempcur to integer(field "PhotoCUR_T") + 1
  5.   if tempcur > integer(item integer(field "PhotoGRP_T") of field "PhotoMAX_T") then
  6.     set tempcur to 1
  7.   end if
  8.   put tempcur into field "PhotoCUR_T"
  9.   go("Disp")
  10. end
  11.